-
I have this code: <script type=”text/javascript”> var foo = ‘bar’; <?php file_put_contents(‘foo.txt’, ‘ + foo + ‘); ?> var baz …
- 395 views
- 4 answers
- 0 votes
I have this code: <script type=”text/javascript”> var foo = ‘bar’; <?php file_put_contents(‘foo.txt’, ‘ + foo + ‘); ?> var baz …